Input Event Char
TODO: REPLACE
Content copied to clipboard
meshtastic.ModuleConfig.CannedMessageConfig.InputEventChar
Properties
Link copied to clipboard
TODO: REPLACE
Content copied to clipboard
BACK = 27;
Link copied to clipboard
TODO: REPLACE
Content copied to clipboard
CANCEL = 24;
Link copied to clipboard
TODO: REPLACE
Content copied to clipboard
DOWN = 18;
Link copied to clipboard
TODO: REPLACE
Content copied to clipboard
LEFT = 19;
Link copied to clipboard
TODO: REPLACE
Content copied to clipboard
NONE = 0;
Link copied to clipboard
TODO: REPLACE
Content copied to clipboard
RIGHT = 20;
Link copied to clipboard
'\n'
Content copied to clipboard
SELECT = 10;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun internalGetValueMap(): Internal.EnumLiteMap<ModuleConfigProtos.ModuleConfig.CannedMessageConfig.InputEventChar>
Link copied to clipboard
open fun valueOf(desc: Descriptors.EnumValueDescriptor): ModuleConfigProtos.ModuleConfig.CannedMessageConfig.InputEventChar
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.